'Usage Dim instance As NotifyCollectionBase(Of T) Dim item As T Dim value As Integer value = instance.IndexOf(item)
Parameters
- item
- The item for which to find the index.
Return Value
Returns a zero-based index for the specified item.
'Usage Dim instance As NotifyCollectionBase(Of T) Dim item As T Dim value As Integer value = instance.IndexOf(item)